-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix room chat avatar is different for user who creates room & who has been invited to room #37003
Conversation
@getusha Please review the PR when you have a chance. About the pusher bug, it's a backend bug so I think we can handle it in another issue. |
@getusha Can you please check my comment above? |
@getusha Friendly bump. |
@dukenv0307 is the original issue still reproducible? |
I'm checking... |
@getusha I can still reproduce this issue following the steps in the PR body. |
@getusha Friendly bump. |
This fell through the cracks, well check it later today or tomorrow! |
@getusha Friendly bump. |
@dukenv0307 we've got a conflict |
@getusha I merged main. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-08-27.at.3.19.58.in.the.afternoon.movAndroid: mWeb ChromeScreen.Recording.2024-08-26.at.1.05.18.in.the.afternoon.moviOS: NativeScreen.Recording.2024-08-27.at.3.13.19.in.the.afternoon.moviOS: mWeb SafariScreen.Recording.2024-08-27.at.3.07.21.in.the.afternoon.movMacOS: Chrome / SafariScreen.Recording.2024-08-26.at.12.54.20.in.the.afternoon.movMacOS: DesktopScreen.Recording.2024-08-27.at.3.10.12.in.the.afternoon.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/techievivek in version: 9.0.26-1 🚀
|
Failing with original KI and #33470 is not fixed in mweb. |
@dukenv0307 Could you please confirm if this issue is still present on mWeb? From the screen recordings you’ve shared, it seems that there isn’t a proper recording for mWeb (for both Android and iOS). |
@techievivek I'll update it by end of day |
🚀 Deployed to production by https://github.com/puneetlath in version: 9.0.26-6 🚀
|
Details
Room chat avatar is different for user who creates room & who has been invited to room
Fixed Issues
$ #33470
PROPOSAL: #33470 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android.mov
Android: mWeb Chrome
android-mweb.mov
iOS: Native
ios-resize.mp4
iOS: mWeb Safari
ios-resize.mp4
MacOS: Chrome / Safari
web-resize.mp4
MacOS: Desktop
desktop-resize.mp4